github.com/klauspost/compress/zstd.frameHeader.WindowSize (field)
7 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L255: WindowSize: uint32(h.WindowSize),
encoder.go#L251: WindowSize: uint32(s.encoder.WindowSize(s.frameContentSize)),
encoder.go#L535: WindowSize: MinWindowSize,
encoder.go#L560: WindowSize: uint32(enc.WindowSize(int64(len(src)))),
frameenc.go#L17: WindowSize uint32
frameenc.go#L68: windowLog := (bits.Len32(f.WindowSize-1) - winLogMin) << 3
snappy.go#L98: header := frameHeader{WindowSize: snappyMaxBlockSize}.appendTo(r.buf[:0])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |